CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - python 参考

搜索资源列表

  1. Python-QQ-2005-07-27

    0下载:
  2. PYTHON编写的QQ客户端源码,适合PYTHON网络编程的朋友参考-PYTHON has made the preparation of the QQ client source code, the programming for the network PYTHON has made reference to a friend
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:35825
    • 提供者:孙刚
  1. fann-2.1.0beta

    0下载:
  2. Fast Artificial Neural Network Library是一个免费开源的神经网络库,它用C实现了支持全连接及稀连接的多层人工神经网络,并且支持定点和浮点数的跨平台运行。库中包含有易于处理训练数据的框架。它易于使用、通用、文档完备并且快速。目前已有PHP, C++, .NET, Ada, Python, Delphi, Octave, Ruby, Prolog Pure Data 和 Mathematica的绑定。库中还附有一本带例子和关于如何使用本库的建议的参考手册,本库也有
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:4033198
    • 提供者:hopper
  1. Python

    0下载:
  2. python语言参考手册,内容很详细,这个是中文版的-python language reference manual, which is very detailed, this is the Chinese version of the
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:25645751
    • 提供者:zhu
  1. Learning.Python-4th

    0下载:
  2. 本书是学习python的最新版本,涵盖了python语言所有的基本内容,使用小的并且完全独立完备的例子来示范重点知识,并省略了可以在参考手册中找到的细节。-This book is to learn the latest version of python, python languages ??covering all the basic content, the use of small and completely independent of a complete example to
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:8170503
    • 提供者:iris_su
  1. Python-for-DE--algorithm-

    0下载:
  2. Python实现的差分进化算法的源代码,供大家学习参考-Python implementation of the differential evolution algorithm source code for everyone to learn information
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:18796
    • 提供者:wang
  1. Python-essential-reference

    1下载:
  2. [Python参考手册(第4版)].(美)比兹利.扫描版.pdf 500多页,重点推荐-[Python Reference Manual (4th Edition)]. (United States) Kim Beazley. Scan version. Pdf 500 pages, Highlights
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:25642068
    • 提供者:qing
  1. Python-Book

    0下载:
  2. Python参考手册 是扫描版本的,原先网上下载的是没有目录的,我自己做了目录方便查询-Python Reference Manual is a scanned version of the original download is no directory, I made a convenient directory inquiries
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:25703976
    • 提供者:zhang
  1. python数据挖掘入门与实战 源码

    0下载:
  2. python数据挖掘入门与实现一书的源码,可供参考(Python data mining portal and implementation of a book source code, for reference)
  3. 所属分类:书籍源码

  1. 6_Python 语言参考手册 - v1.0(p3.4).pdf

    0下载:
  2. 本书是python 编程语言的权威参考指南,书中详尽解释了python 核心语言和python 库中最重要的部分,涉及类型和对象、操作符和表达式、编程结构和控制流、输入和输出、测试、调试等,也包括一些python官方文档或其他参考资料中未提及的高级主题。   (This book is the definitive reference guide for the python programming language, the book explains the most important c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-25
    • 文件大小:1319936
    • 提供者:sz_work
  1. Python Quant Book

    0下载:
  2. 仅供参考,希望对大家有所帮助,感谢支持,很高兴获得大家的帮助(just for reference I am glad to share some files with all of the others. they are very good for your study and research)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-27
    • 文件大小:42833920
    • 提供者:edward007
  1. pydata-book-master_利用Python进行数据分析

    0下载:
  2. 利用Python进行数据分析源码,值得参考学习(Python data analysis using the source code, it is worth learning)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:28997632
    • 提供者:安宇
  1. Python语言及其应用(美Lubanovic 2016)

    0下载:
  2. python语言及其应用电子版,非常实用,可供初学者进行参考阅读(python language and its application electronic version, very practical, for beginners to read)
  3. 所属分类:人工智能/神经网络/深度学习

  1. Python.Cookbook(第2版)

    0下载:
  2. 学习python的参考书,特别对于有一定基础的也有很大的参考价值。(Learning Python reference books, especially for a certain basis also has a great reference value.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:70287360
    • 提供者:袁季风
  1. jMetalPy-master-python

    2下载:
  2. 用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:573440
    • 提供者:leon_fly
  1. python计算机视觉

    1下载:
  2. python计算机视觉用于计算机视觉的python代码,以及部分利用还有参考文献(Python computer vision for computer vision Python code, and part of the use of references.)
  3. 所属分类:其他

    • 发布日期:2019-10-27
    • 文件大小:17969152
    • 提供者:shuaizhao1
  1. Python基础教程(第3版)

    1下载:
  2. 本书包括 Python 程序设计的方方面面: 首先, 从 Python 的安装开始, 随后介绍了 Python 的基础知识 和基本概念, 包括列表、 元组、 字符串、 字典以及各种语句; 然后, 循序渐进地介绍了一些相对高级的主 题, 包括抽象、 异常、 魔法方法、 属性、 迭代器; 此后, 探讨了如何将 Python 与数据库、 网络、 C 语言等 工具结合使用, 从而发挥出 Python 的强大功能, 同时介绍了 Python 程序测试、 打包、 发布等知识; 最后, 作者结合前面讲
  3. 所属分类:大数据

    • 发布日期:2019-10-28
    • 文件大小:4491264
    • 提供者:zpf赵
  1. python数据分析 韩波

    4下载:
  2. 一本python数据分析的优秀资料 《python数据分析》(python data analysis),作者【印尼】Ivan Idris,翻译:韩波。 本人制作的PDF图书,带目录和书签。 作为一种高级程序设计语言,Python凭借其简洁、易读及可扩展性日渐成为程序设计领域备受推崇的语言。同时,Python语言的数据分析功能也逐渐为大众所认可。, 本书是一本介绍如何用Python进行数据分析的学习指南。全书共12章,从Python程序库入门、NumPy数组、matplotlib和pa
  3. 所属分类:数据挖掘

    • 发布日期:2019-02-16
    • 文件大小:175104
    • 提供者:SSYYGAM
  1. 基于python编写的心电处理程序

    1下载:
  2. 基于python编写的心电处理程序,仅做参考!(The ECG processing program based on Python is for reference only.)
  3. 所属分类:界面编程

    • 发布日期:2019-09-26
    • 文件大小:22528
    • 提供者:SDXV%255F89937
  1. 基于python的最优路径规划

    5下载:
  2. 基于蚁群算法的python程序,用于最优路径规划,仅做参考!(Python program based on ant colony algorithm for optimal path planning, only for reference!)
  3. 所属分类:其他

    • 发布日期:2019-09-27
    • 文件大小:10240
    • 提供者:SDXV%255F89937
  1. 《Python编程》源代码文件

    0下载:
  2. 《python编程》书中的详细参考源代码文件(Source code of "Python Programming")
  3. 所属分类:其他

    • 发布日期:2020-05-20
    • 文件大小:6457344
    • 提供者:rb93dett
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com